drm/vc4: Add DSI driver
authorEric Anholt <eric@anholt.net>
Wed, 10 Feb 2016 19:42:32 +0000 (11:42 -0800)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:28:52 +0000 (17:28 +0000)
commitc64a0c3550e3f5f7a191b0e417fdc90bb7e84418
treea49c56a601166d172429c370c23b975ed3b4aada
parent200cf661e15bbd00eba6265db45e24f423403474
drm/vc4: Add DSI driver

The DSI0 and DSI1 blocks on the 2835 are related hardware blocks.
Some registers move around, and the featureset is slightly different,
as DSI1 (the 4-lane DSI) is a later version of the hardware block.
This driver doesn't yet enable DSI0, since we don't have any hardware
to test against, but it does put a lot of the register definitions and
code in place.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/Kconfig
drivers/gpu/drm/vc4/Makefile
drivers/gpu/drm/vc4/vc4_debugfs.c
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_dsi.c [new file with mode: 0644]